home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / SEMS101.ZIP / SEMS.DOC < prev    next >
Encoding:
Text File  |  1996-03-09  |  4.4 KB  |  109 lines

  1.  
  2.                   Squish EchoMail Snoop Program - SEMS V1.01
  3.                                    Freeware
  4.                               by R.J. (Bob) Ross
  5.                  SysOp - RJ's Byteline BBS - FidoNet 1:134/75
  6.  
  7.                                 May 16th, 1995
  8.  
  9.  
  10.     The purpose of SEMS is to produce a text file output of selected
  11.     echomail message areas.  The text file will contain messages based on
  12.     selection criteria supplied in a SEMS configuration file.
  13.  
  14.     Command Line switches used by SEMS are:
  15.     ---------------------------------------
  16.  
  17.         -Cdrive:\path\Sems.cfg  [configuration file]
  18.         -A [optional - Appends output to an existing file]
  19.  
  20.         no command line switch will display a help screen
  21.  
  22.  
  23.     Key words used in the SEMS configuration file:
  24.     ----------------------------------------------
  25.  
  26.         Snoop         (Zone:Net/Node)
  27.  
  28.         A maximum of 20 Snoop key words may be used in the configuration
  29.         file to select a node or nodes that you want SEMS to produce an
  30.         output report for. Note, if no Snoop key words are found in the
  31.         configuration file then SEMS will include ALL nodes.
  32.  
  33.         OutputFile    drive:\path\filename.ext
  34.  
  35.         The output file the message contents will be written to.
  36.  
  37.         DaysBack      n
  38.  
  39.         Will spool messages to the output file n days back from the current
  40.         date a message was written or received.  If omitted from the
  41.         configuration file, SEMS will only print message for the current
  42.         date (written or received) to the output file.
  43.  
  44.         LookFor       string/word
  45.  
  46.         Will look for selected strings/words in messages.  A maximum of 20
  47.         LookFor key words can be used.  The strings/words are case
  48.         insensitive when SEMS does the search.  Messages that contain any
  49.         of the LookFor strings that also meet the Snoop and DaysBack
  50.         selection criteria will be flagged with the word **LOOK** centered
  51.         just after the subject line in spooled messages.  LookFor is very
  52.         useful in scanning for offensive strings or words in messages.
  53.  
  54.         SquishCfg     drive:\path\Squish.Cfg
  55.  
  56.         Will parse your Squich.Cfg file looking at all EchoMail message
  57.         areas to produce the output report.  If you omit the SquishCfg key
  58.         word from your SEMS configuration file then you must use the
  59.         EchoArea key word(s) - see below.
  60.  
  61.         EchoArea      AreaTag   drive:\path\filename (no extension)
  62.  
  63.     Acknowledgement
  64.     ---------------
  65.  
  66.     I'd like to acknowledge the help I received from Donn Bly, SysOp of
  67.     FidoNet node 1:236/7 who supplied the code to translate the DateWritten
  68.     field in the Squish message files to a gregorian date that I could work
  69.     with.  Thanks Donn, I wouldn't have been able to figure that out on my
  70.     own.
  71.  
  72.     That's about it!
  73.     ----------------
  74.  
  75.     So why did I write this program?  Answer: I have about 50 message areas
  76.     on my BBS which is a lot more than I can monitor or read in one day
  77.     but; I do like to know what's going on in my system.  SEMS automates
  78.     the process of going through my message areas looking for messages
  79.     written by individuals (or points) using my BBS to see if there are any
  80.     bad things going on by users/abusers of my system.  I also made the
  81.     program flexible enough so that it can produce an output file of all
  82.     messages in a selected EchoArea or Areas.
  83.  
  84.     I can't guarantee that SEMS will be useful to anyone nor can I
  85.     guarantee that it will work on every system.  It works for me.  Use at
  86.     your own risk, etc..
  87.  
  88.     As is my custom, SEMS is freeware for all to enjoy - no strings
  89.     attached.  It's my small contribution to the BBS hobby.  The program
  90.     was written using Microsoft QuickBASIC 4.5 using custom library calls
  91.     from Crescent Software Ltd libraries QuickPak Professional. Source code
  92.     is included in the archive for those interested in such things.
  93.  
  94.     If you find SEMS useful, a NetMail acknowledgement message to me at my
  95.     FidoNet address (1:134/75), a post card to my home address or Internet
  96.     E-Mail to bobross@spots.ab.ca wouldn't hurt my ego.
  97.  
  98.     Enjoy...
  99.  
  100.                                  Yours truly,
  101.  
  102.  
  103.                                 R.J. (Bob) Ross
  104.                           #107, 3730 50th Street N.W.
  105.                            Calgary, Alberta, CANADA
  106.                                     T3A 2V9
  107.  
  108. 
  109.